- importDocument(String) - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
Opens an "Import" dialog to ask the user to select which file to import, then the method tries
to import it (.CSV and .HTML extensions available).
- importDocument(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Opens an "Import" dialog to ask the user to select which file to import, then the method tries
to import it (.CSV and .HTML extensions available).
- infixToPostfix(String[]) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
Converts the passed expression from infix notation to Reverse Polish Notation
(also known as postfix notation) using the shunting-yard algorithm, invented
by Edsger Dijkstra.
- infoManager - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
The InfoManager
used by the Controller to manage all the operations
associated with the MenuAreaButton
buttons in the application tab menu
that are connected to the application in general (information about the system and
global settings).
- InfoManager - Class in unipi.bpm.elm.santeramo.controller
-
This class defines the behaviour of all the MenuAreaButton
buttons in the
application tab menu that are connected to the application in general (information about
the system and global settings).
- InfoManager(EventLogManagerController) - Constructor for class unipi.bpm.elm.santeramo.controller.InfoManager
-
Constructs a new InfoManager
, with the EventLogManagerController
passed as parameter associated to it.
- infoTab - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
The JPanel
that defines the third tab of the
menu and contains all the buttons of the Info tab.
- initGUI() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
Initialises the GUI by setting all its components.
- insertUpdate(DocumentEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.EventLogEditorDocumentListener
-
Gives notification that there was an insert into the document.
- interleaveElements(ArrayList<String>, ArrayList<String>) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
This method implements the interleaving operation between two string sets
where single elements are contained in two arrays.
- interleaveSets(String, String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
This method implements the interleaving operation between two string sets
where single elements are divided inside the string by spaces.
- interleaving(String, String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
This method implements the interleaving between two parts of the expression, that
are composed by sets of strings connected together by the + sign and that contain
single elements separated by spaces.
- internalFrameActivated(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
-
Invoked when an internal frame is activated.
- internalFrameClosed(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
-
Invoked when an internal frame has been closed.
- internalFrameClosing(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
-
Invoked when an internal frame is in the process of being closed.
- internalFrameDeiconified(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
-
Invoked when an internal frame is de-iconified.
- internalFrameIconified(InternalFrameEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.DefaultInternalFrameListener
-
Invoked when an internal frame is iconified.
- internalFrameNumber - Variable in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
This number counts how many JInternalFrame
get opened during
the current application session.
- isAssociative(String, int) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
Returns true
if the passed String
is an operator and
its associativity value is the same as the one passed has parameter, false
if it is an operator but its associativity is different from the one passed has parameter.
- isComplete() - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
- isContentExported - Variable in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- isContentExported() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- isContentModified - Variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- isContentModified() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- isContentValidated - Variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- isContentValidated() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- isDocumentValid() - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
-
- isFootprintMatrixGenerated() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- isOperator(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
Returns true
if the passed String
is an operator
(defined in the operators
map), false
otherwise.
- isValid - Variable in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
-
This variable records if an error occurred during the parsing or not.
- isXesLogsGenerated() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method returns true
if there is a Collection
of XLog
generated for this editor content, false
otherwise.
- itemListener - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.RecentButtonMouseListener
-
- itemStateChanged(ItemEvent) - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
Invoked when an item has been selected or deselected by the user.